Open
Bug 1542694
Opened 6 years ago
Updated 3 years ago
[Clang-Tidy][Clang-Format] Auto-update the locally stored clang-tidy and clang-format binaries
Categories
(Developer Infrastructure :: Lint and Formatting, defect, P3)
Developer Infrastructure
Lint and Formatting
Tracking
(Not tracked)
NEW
People
(Reporter: andi, Unassigned)
References
(Blocks 1 open bug)
Details
Right now we don't have a way to check that the clang-tidy
package from the artifacts is newer than what we have locally, and hence errors might occur when we update it's integration/functionality.
We must develop a system in order to mitigate this.
Comment 1•6 years ago
|
||
This raises an interesting problem. If I work on a patch with the mozilla-central tree today, and you update clang-tidy or clang-format tomorrow, my tree is not going to know about that new version until I rebase. This gets worse on other branches, like beta, release or esr.
Reporter | ||
Comment 2•6 years ago
|
||
Nice observation Mike, I guess a more suited option here would be to present the possibility of downloading the latest clang-tidy artifact for the current repo version.
Updated•6 years ago
|
Blocks: clang-based-analysis
Updated•5 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Product: Firefox Build System → Developer Infrastructure
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•